Package-level declarations

Default floating button management (configuration, enablement...).

Types

Link copied to clipboard
data class DefaultFloatingButtonConfiguration(val anchor: Int = Gravity.BOTTOM or Gravity.START, val margins: DefaultFloatingButtonMargins = DefaultFloatingButtonMargins(), val backgroundTint: Int = 0xFF3D3D38.toInt(), val iconTint: Int = 0xFFFFFFFF.toInt(), val iconResId: Int = R.drawable.iadvize_sdk_ic_chat)

Encapsulate all the configuration options that can be applied to the chat button.

Link copied to clipboard

An object that controls the default chat button

Link copied to clipboard
data class DefaultFloatingButtonMargins(val start: Int = 12, val top: Int = 12, val end: Int = 12, val bottom: Int = 12)

Margin wrapper object for the Conversation SDK Default Floating Button.

Link copied to clipboard

Modes available for chat button strategy.